const runtime._Prunning
10 uses
runtime (current package)
mgcpacer.go#L720: if p.status != _Prunning {
preempt.go#L288: return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
proc.go#L5751: gp.m.p.ptr().status = _Prunning
proc.go#L5880: pp.status = _Prunning
proc.go#L5901: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L6220: if s == _Prunning || s == _Psyscall {
proc.go#L6285: if pp.status != _Prunning {
proc.go#L6896: if pp.status == _Prunning {
runtime2.go#L128: _Prunning
tracestatus.go#L87: case _Prunning:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |